home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-26 | 807 b | 23 lines | [TEXT/GEOL] |
- Item 3927511 23-May-89 12:55
-
- From: PASCOE1 Pascoe, Geoff
-
- To: AED0266 Computer Pros Wayne
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re to MacApp and MPW3.0
-
- Mehboob,
-
- The problem you encounter results from the Pascal MPW 3.0 compiler properly
- interpreting IdentifyPoint as a function rather than a variable identifier.
- That is, the compiler interprets the reference to IdentifyPoint as a function
- call rather than a reference to a variable that holds the result of the
- function. To fix this, assign the result to a temporary variable, do the
- comparison with the variable, and be sure you assign the variable to the
- function identifier before leaving the function OR wait for b9 :)
-
- Geoff
-
-